home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / misc_lib / makefile.os2 < prev    next >
Encoding:
Makefile  |  1993-12-30  |  736 b   |  31 lines

  1. #
  2. # This is the make file for the misc. lib subdirectory (OS2, gcc 2.1, gnumake).
  3. #
  4. #                Gershon Elber, Aug 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS =  config.o genmat.o getarg.o imalloc.o irit_ftl.o ln_sweep.o \
  10.     miscattr.o miscatt2.o priorque.o xgeneral.o
  11.  
  12. libmisc.a: $(OBJS)
  13.     -$(RM) libmisc.a
  14.     ar rc libmisc.a $(OBJS)
  15.  
  16. install: libmisc.a
  17.     $(CP) libmisc.a $(LIB_DIR)
  18.     ar s $(LIB_DIR)/libmisc.a
  19.     $(CP) *.h $(INC_DIR)
  20.  
  21. # Dependencies starts here - do not touch, generated automatically.
  22. config.o:    config.h imalloc.h
  23. genmat.o:    genmat.h
  24. getarg.o:    getarg.h imalloc.h
  25. imalloc.o:    imalloc.h
  26. ln_sweep.o:    imalloc.h ln_sweep.h
  27. miscatt2.o:    imalloc.h miscattr.h
  28. miscattr.o:    imalloc.h miscattr.h
  29. priorque.o:    priorque.h imalloc.h
  30. xgeneral.o:    imalloc.h
  31.